home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
AMUG
/
PROGRAMMING
/
Raven 1.2 Examples.sit
/
Raven 1.2 Examples
/
DropCount
/
Resources
/
DropCount.r
next >
Wrap
Text File
|
1996-10-28
|
764b
|
37 lines
/*
* File: DropCount.r
* Summary: DropCount resources
* Written by: Jesse Jones
*
* Copyright ゥ 1996 Jesse Jones.
* For conditions of distribution and use, see copyright notice in ZTypes.h
*
* Change History (most recent first):
*
* <-> 5/06/96 JDJ Created
*/
#include "Types.r"
// Note that resource ids below 256 are reserved for Raven.
// ===================================================================================
// Strings
// ===================================================================================
// DropCount will only open files with one of these extensions.
resource 'STR#' (256, "Extensions") {{
".h";
".c";
".cc";
".cp";
".cpp";
".hpp";
".c++";
".inl";
".inc";
".pch";
".pch++";
}};